home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Shareware⁄Freeware (OS X) / Graphics / Lightbox / LightboxDemo.dmg / Lightbox.app / Contents / Resources / Lightbox Help / lightbox.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-04-13  |  401 b   |  23 lines

  1. .title {
  2.     font-family: Verdana, Arial, Helvetica, sans-serif;
  3.     font-size: 14px;
  4.     font-weight: bold;
  5. }
  6. body {
  7.     font-family: "Times New Roman", Times, serif;
  8.     font-size: 12px;
  9. }
  10. a {
  11.     font-family: "Times New Roman", Times, serif;
  12.     font-size: 12px;
  13.     color: #0000CC;
  14.     text-decoration: none;
  15. }
  16. a:hover {
  17.     text-decoration: underline;
  18. }
  19. .code {
  20.     font-family: "Courier New", Courier, mono;
  21.     font-size: 12px;
  22. }
  23.